home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Belgian Amiga Club - ADF Collection
/
BS1 part 60.zip
/
BS1 part 60
/
Mandala Studio d1.adf
/
Install
< prev
next >
Wrap
AmigaDOS Script File
|
1992-10-23
|
1KB
|
31 lines
.key ""
.bra {
.ket }
echo "A2232 Automatic Install Script (Revision 1.0a)*N"
echo "This operation will delete your current serial port driver."
echo "You should be using a COPY of your Workbench disk."
echo "Do you wish to continue? " noline
skip >NIL: ?
;----------------------------------------------------------------------------
lab yes
lab y
echo "*ncopy devs/serial.device devs:"
copy devs/serial.device devs: ;New A2232 driver
echo "copy devs/oldser.device devs:"
copy devs/oldser.device devs: ;Special copy of old serial.device
c/test
ask "Do you want the A2232_Preferences copied to your SYS:Prefs drawer ?"
if WARN
copy A2232_Preferences sys:Prefs
copy A2232_Preferences.info sys:Prefs
endif
echo "*nInstallation complete. You may wish to copy AmigaTerm to your"
echo "Workbench disk. The AmigaTerm fonts directory is"
echo "for the special VT100 emulation and 132 column modes of AmigaTerm.*n"
echo "*CLI users should look in the *"cli*" drawer for additional information."
echo "*nPress CTRL-C to exit" NOLINE
wait 240
;----------------------------------------------------------------------------
endskip